[observer] Isolate HF Runner component#50388
[observer] Isolate HF Runner component#50388CelianR wants to merge 8 commits intoq-branch-observerfrom
Conversation
Gitlab CI Configuration Changes
|
| Removed | Modified | Added | Renamed |
|---|---|---|---|
| 5 | 467 | 24 | 0 |
Updated: .gitlab/childs/smp-regression-child-pipeline.yml
Changes Summary
| Removed | Modified | Added | Renamed |
|---|---|---|---|
| 0 | 3 | 3 | 0 |
Updated: .gitlab/distribution.yml
Changes Summary
| Removed | Modified | Added | Renamed |
|---|---|---|---|
| 2 | 2 | 7 | 0 |
ℹ️ Diff available in the job log.
|
🎯 Code Coverage (details) 🔗 Commit SHA: 7ca4fff | Docs | Datadog PR Page | Give us feedback! |
Static quality checks✅ Please find below the results from static quality gates Successful checksInfo
On-wire sizes (compressed)
|
f255bff to
4f05c88
Compare
4f05c88 to
06b4892
Compare
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
After moving the runner implementation to comp/anomalydetection/observer/hfrunner/impl, this file still imports the old path comp/anomalydetection/observer/impl/hfrunner even though the code now uses hfrunnerdef instead. That leaves the observer package uncompilable (stale import path and unused import), so builds/tests that include this component fail immediately.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
💡 Codex Review
ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
What does this PR do?
Isolates high frequency runner component.
Motivation
Describe how you validated your changes
Additional Notes